home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000353_news@watsun.cc.columbia.edu _Sun Mar 14 00:45:03 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA26446
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 14 Mar 1999 00:45:02 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA09924
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 14 Mar 1999 00:25:46 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: GPF trying to REXEC Kermit/2 under Warp 4
  11. Date: 14 Mar 1999 05:25:45 GMT
  12. Organization: Columbia University
  13. Message-ID: <7cfh8p$9m1$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <36EB2F74.54237D70@usit.net>,
  17. ERA Computer Consulting  <era@usit.net> wrote:
  18. : I am attempting to set up a script to automate retrieving .zip files
  19. : off our ISP server in our home directory. This script should be able
  20. : to be called from any system on our internal network using the REXEC
  21. : Daemon on our DOD/NAT system running Injoy 2.0b on which Kermit/2 is
  22. : loaded. Unfortunately I have hit a wall and need some assistance.
  23. : Why do it this way? I only have one valid license for C-Kermit and
  24. : this will allow me to stay legal until I can debug other problems on
  25. : our network that keep downloads from working across the interal
  26. : network thereby justifying purchase of additional licenses. Perhaps
  27. : one of you C-Kermit guru's can help.
  28. : Here is the output on the REXECD screen after the session fails:
  29.  
  30. K/2 is a console application.  Does REXECD provide a full console 
  31. environment for it to execute in?
  32.  
  33. Or does it simply expect everything to happen via stdio?
  34.  
  35. : The 'k2.ini' is TAKEn from the script I created called 'getzip.ksc'
  36. : and the 'k2custom.ini' is TAKEn when 'k2.ini' loads of course. In
  37. : 'k2custom.ini' I have DEFINEd the NET Macro as shown in _Using
  38. : C-Kermit Second Edition_ on p.416 which is used in 'getzip.ksc' to
  39. : open a connection to our ISP server which then is used to login,
  40. : start kermit server, retrieve the files and exit. I am attempting to
  41. : debug this using logs but haven't been able to really pinpoint where
  42. : everything fails.
  43.  
  44. K2.INI is loaded when K2.EXE starts.  There is no need to TAKE it 
  45. from within your script.
  46.  
  47. : Two questions: 1. Am I "pushing the envelope" too much by trying to
  48. : run this via REXEC and thus there is no way this will work? 2. Does
  49. : anyone wish to review my scripts, minus login info of course, for a
  50. : possible cause?
  51.  
  52. Does the script work when you simply run it without REXECD?
  53.  
  54. Does it only fail when you exec it from REXECD?
  55.  
  56. When there is a program crash please address questions to 
  57. kermit-support@columbia.edu.  There is little that anyone else could
  58. do to help.
  59.  
  60.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  61.                  The Kermit Project * Columbia University
  62.               612 West 115th St #716 * New York, NY * 10025
  63.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org
  64.